Appliance Tls ManualParameters Services SetSpec

Appliance Tls ManualParameters Services SetSpec
Appliance Tls ManualParameters Services SetSpec

The Appliance Tls ManualParameters Services SetSpec schema contains the information about the TLS parameters.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "protocol_versions": [
        {
            "version": "string",
            "ciphers": [
                "string"
            ]
        }
    ],
    "curves": [
        "string"
    ]
}
protocol_versions
Required

Defines the list of TLS protocol version and their ciphers

This property was added in vSphere API 9.0.0.0.

array of string
curves
Required

Defines the TLS Profile curves in IANA form.

This property was added in vSphere API 9.0.0.0.